123456 1234 function ( argument list )The
{
local ( local variable list )
statements
return expression
}
local
, and return
statements are optional.
If a syntax error is encountered while the function is being
entered (read), definition of the function must begin again, from
the very beginning.